View on GitHub
View on GitHub

FluxBase

Provides core types and functionality to implement applications using Flux architecture with .NET.

FluxBase / Dispatcher / WaitFor(object[]) Method

Waits for the registered handlers with the provided ids to complete.

This is a public method.

public void WaitFor(params object[] ids)

Parameters

Exceptions

Remarks

The method only blocks for referred callbacks that are registered and have not yet been executed.

See Also